<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>DirtyDyna</title>
    <organization>com.beatskillz</organization>
    <domains enable_localSystem="true" enable_currentUserHome="true"/>
    <options customize="always" require-scripts="true" rootVolumeOnly="false" hostArchitectures="x86_64,arm64"/>
    <!-- Resources -->
    <welcome file="welcome.txt"/>
    <license file="License.txt"/>
    <conclusion file="conclusion.txt"/>
    <!-- Package references -->
    <pkg-ref id="com.Beatskillz.DirtyDyna.au" version="1.2.0" installKBytes="54860" updateKBytes="0">#AU.pkg</pkg-ref>
    <pkg-ref id="com.Beatskillz.DirtyDyna.vst3" version="1.2.0" installKBytes="54901" updateKBytes="0">#VST3.pkg</pkg-ref>
    <pkg-ref id="com.Beatskillz.DirtyDyna.aax" version="1.2.0" installKBytes="54980" updateKBytes="0">#AAX.pkg</pkg-ref>
    <pkg-ref id="com.Beatskillz.DirtyDyna.presets" version="1.2.0" installKBytes="158" updateKBytes="0">#Presets.pkg</pkg-ref>
    <installation-check script="pm_install_check();"/>
    <script>
    function pm_install_check() {
        if(system.compareVersions(system.version.ProductVersion, '10.13.0') &lt; 0) {
            my.result.title = "macOS 10.13 or later required";
            my.result.message = "DirtyDyna requires macOS 10.13 High Sierra or later.";
            my.result.type = "Fatal";
            return false;
        }
        return true;
    }
    </script>
    <choices-outline>
        <line choice="au"/>
        <line choice="vst3"/>
        <line choice="aax"/>
        <line choice="presets"/>
    </choices-outline>
    <choice id="au" visible="true" title="Audio Unit (AU)" description="Install Audio Unit plugin for Logic Pro, GarageBand, and other AU hosts." start_selected="true">
        <pkg-ref id="com.Beatskillz.DirtyDyna.au"/>
    </choice>
    <choice id="vst3" visible="true" title="VST3 Plugin" description="Install VST3 plugin for Cubase, Studio One, Ableton Live, and other VST3 hosts." start_selected="true">
        <pkg-ref id="com.Beatskillz.DirtyDyna.vst3"/>
    </choice>
    <choice id="aax" visible="true" title="AAX Plugin (Pro Tools)" description="Install AAX plugin for Avid Pro Tools." start_selected="true">
        <pkg-ref id="com.Beatskillz.DirtyDyna.aax"/>
    </choice>
    <choice id="presets" visible="true" title="Factory Presets" description="Install factory presets and sound banks." start_selected="true">
        <pkg-ref id="com.Beatskillz.DirtyDyna.presets"/>
    </choice>
    <pkg-ref id="com.Beatskillz.DirtyDyna.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.0" CFBundleVersion="1.2.0" id="com.Beatskillz.DirtyDyna" path="DirtyDyna.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.Beatskillz.DirtyDyna.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.0" CFBundleVersion="1.2.0" id="com.Beatskillz.DirtyDyna" path="DirtyDyna.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.Beatskillz.DirtyDyna.aax">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.0" CFBundleVersion="1.2.0" id="com.Beatskillz.DirtyDyna" path="DirtyDynasigned.aaxplugin"/>
            <bundle CFBundleShortVersionString="5.10.5 GM (b5356, c55e8d80)" CFBundleVersion="5.10.5.5356" id="com.paceap.eden.dsig.bundle" path="DirtyDynasigned.aaxplugin/Contents/__Pace_Eden.bundle"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.Beatskillz.DirtyDyna.presets">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>